Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
caldrian committed Nov 20, 2024
1 parent 6218ceb commit fedf7af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sources:
templates:
- ${TARGET_DIR}/Sourcery/AutoMockable.stencil
output:
${DERIVED_SOURCES_DIR}
${DERIVED_SOURCES_DIR}
args:
autoMockablePublicImports: ["Foundation"]
autoMockableTestableImports: ["WireAnalytics"]
autoMockablePublicImports: ["Foundation"]
autoMockableTestableImports: ["WireAnalytics"]
4 changes: 2 additions & 2 deletions WireDomain/Sources/PackageSupport/Sourcery/sourcery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ sources:
templates:
- ${TARGET_DIR}/Sourcery/AutoMockable.stencil
output:
${DERIVED_SOURCES_DIR}
${DERIVED_SOURCES_DIR}
args:
autoMockableImports: ["WireDomainPkg"]
autoMockableImports: ["WireDomainPkg"]
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ sources:
templates:
- ${TARGET_DIR}/Sourcery/AutoMockable.stencil
output:
${DERIVED_SOURCES_DIR}
${DERIVED_SOURCES_DIR}
args:
autoMockableImports: ["WireSystem"]
autoMockableImports: ["WireSystem"]

0 comments on commit fedf7af

Please sign in to comment.