Skip to content

Commit

Permalink
update internal boilerplate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Feb 6, 2023
1 parent ef7d1ee commit eb75bb2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Coding.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline

Expand Down
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Diffable.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Foundation

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Equality.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/JSExport.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Typed.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
12 changes: 6 additions & 6 deletions SourcerySwift/Sources/SourceryRuntime.content.generated.swift
Expand Up @@ -637,7 +637,7 @@ import Foundation
"""),
.init(name: "Coding.generated.swift", content:
"""
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -1009,7 +1009,7 @@ public protocol Definition: AnyObject {
"""),
.init(name: "Description.generated.swift", content:
"""
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down Expand Up @@ -1457,7 +1457,7 @@ import Foundation
"""),
.init(name: "Diffable.generated.swift", content:
"""
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Foundation
Expand Down Expand Up @@ -2392,7 +2392,7 @@ import Foundation
"""),
.init(name: "Equality.generated.swift", content:
"""
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down Expand Up @@ -3690,7 +3690,7 @@ import Foundation
"""),
.init(name: "JSExport.generated.swift", content:
"""
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -7007,7 +7007,7 @@ import Foundation
"""),
.init(name: "Typed.generated.swift", content:
"""
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down
2 changes: 1 addition & 1 deletion SourceryTests/Models/TypedSpec.generated.swift
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.0.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.0.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Quick
import Nimble
Expand Down

0 comments on commit eb75bb2

Please sign in to comment.