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 13, 2021
1 parent 46cbad0 commit 0a9f006
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Coding.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Description.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Diffable.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Foundation

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Equality.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/JSExport.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Typed.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — 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
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ import Foundation
"""),
.init(name: "Coding.generated.swift", content:
"""
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -470,7 +470,7 @@ public protocol Definition: AnyObject {
"""),
.init(name: "Description.generated.swift", content:
"""
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down Expand Up @@ -791,7 +791,7 @@ extension Variable {
"""),
.init(name: "Diffable.generated.swift", content:
"""
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Foundation
Expand Down Expand Up @@ -1624,7 +1624,7 @@ import Foundation
"""),
.init(name: "Equality.generated.swift", content:
"""
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down Expand Up @@ -2209,7 +2209,7 @@ import Foundation
"""),
.init(name: "JSExport.generated.swift", content:
"""
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -4735,7 +4735,7 @@ import Foundation
"""),
.init(name: "Typed.generated.swift", content:
"""
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 1.1.1 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 1.2.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Quick
import Nimble
Expand Down

0 comments on commit 0a9f006

Please sign in to comment.