Skip to content

Commit

Permalink
Merge pull request #13 from coffmark/fix/blank-in-readme
Browse files Browse the repository at this point in the history
fix blank in readme & add Examples/.build to .gitignore
  • Loading branch information
Matejkob authored Jun 19, 2023
2 parents 6aae3d8 + 4b2666b commit 4dcedeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store
/.build
*.build
/.swiftpm
/Packages
/*.swiftinterface
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ServiceProtocolSpy: ServiceProtocol {
get { underlyingName }
set { underlyingName = newValue }
}
var underlyingName: (String )!
var underlyingName: (String)!

var fetchConfigArgCallsCount = 0
var fetchConfigArgCalled: Bool {
Expand Down

0 comments on commit 4dcedeb

Please sign in to comment.