Skip to content

Commit

Permalink
Fixing an obvious typo, you caught me, I wrote this code in the Githu…
Browse files Browse the repository at this point in the history
…b editor
  • Loading branch information
mergesort authored Jul 21, 2022
1 parent 7b4f06b commit 1b72eef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Sources/Bodega/FileManager.Directory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ public extension FileManager {

struct Directory {
public let url: URL
}

public init(url: URL) {
self.url = url
public init(url: URL) {
self.url = url
}
}

}

public extension FileManager.Directory {
Expand Down

0 comments on commit 1b72eef

Please sign in to comment.