Skip to content

Commit

Permalink
Fix whitespace alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-stacey committed Aug 26, 2019
1 parent 6f7dd17 commit 53c869b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/trails/test/Mirza/Trails/Tests/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ prettyEntry (TrailEntry version timestamp@(EntryTime _) gs1_company_prefix even
<> "Timestamp: " <> show timestamp <> "\n"
<> "GS1 Company Prefix: " <> show gs1_company_prefix <> "\n"
<> "EventId: " <> show eventId <> "\n"
<> "PreviousSignatures: " <> show previous_signatures <> "\n"
<> "PreviousSignatures: " <> show previous_signatures <> "\n"
<> "Signature: " <> show signature <> "\n"


Expand Down

0 comments on commit 53c869b

Please sign in to comment.