Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pchiusano committed Nov 19, 2023
1 parent 68d6f93 commit 167c7d0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions unison-cli/src/Unison/CommandLine/InputPatterns.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2474,15 +2474,13 @@ createAuthor =
[]
I.Visible
[(Required, noCompletionsArg), (Required, noCompletionsArg)]
( makeExample createAuthor ["alicecoder", "\"Alice McGee\""]
<> "creates"
( makeExample createAuthor ["alicecoder", "\"Alice McGee\""] <> " "
<> P.wrap (" creates "
<> backtick "alicecoder"
<> "values in"
<> backtick "metadata.authors"
<> "and"
<> backtick "metadata.copyrightHolders"
<> "."
)
<> backtick (P.group ("metadata.copyrightHolders" <> "."))))
( \case
symbolStr : authorStr@(_ : _) -> first fromString $ do
symbol <- Path.definitionNameSegment symbolStr
Expand Down

0 comments on commit 167c7d0

Please sign in to comment.