Skip to content

Commit

Permalink
Merge branch 'main' into task/5-remove-escaping-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob committed Jun 19, 2023
2 parents 4aea1bf + 4dcedeb commit 3479de8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
/Examples/.swiftpm
/Packages
Expand Down
2 changes: 1 addition & 1 deletion .spi.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1
builder:
configs:
- documentation_targets: [Spyable]
- documentation_targets: [Spyable, SpyableMacro]
swift_version: 5.9
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 3479de8

Please sign in to comment.