Skip to content

Commit

Permalink
Improve output
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj committed Aug 20, 2020
1 parent 375f3cc commit 157b802
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ struct SignpostData {
res += arg1.key + "\n"
}
output += """
Not Finished Effects:
\(res)
Not Finished Effects:
\(res)
"""
}
if !log.isEmpty {
output += """
Log:
Log:
\(log.joined(separator: "\n"))
\(log.joined(separator: "\n"))
"""
}
return output
Expand Down

0 comments on commit 157b802

Please sign in to comment.