Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: fixed another indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Audrey committed Nov 19, 2018
1 parent f01805f commit 316dcc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions refresh/templates/common/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ let package = Package(
{{/ifCond}}
{{#ifCond sdkTargets.length '>' 0}}
{{#each sdkTargets}}
.target(name: "{{{this}}}"),
{{/each}}
.target(name: "{{{this}}}"), {{/each}}
]),
{{#each sdkTargets}}
.target(name: "{{{this}}}", dependencies: ["SimpleHttpClient"], path: "Sources/{{{this}}}" ), {{/each}}
Expand Down

0 comments on commit 316dcc6

Please sign in to comment.