Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Oct 3, 2023
1 parent 499a4a4 commit e21b0e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ instance PrettyCodeAnn MissingLockfileDependency where
<+> "is declared in the package's juvix.yaml but is not declared in the lockfile:"
<+> lockfilePath
<> line
<> "Try running the following command:" <> line
<> "Try running the following command:"
<> line
<> code "juvix dependencies update"
where
lockfilePath :: Doc CodeAnn
Expand Down

0 comments on commit e21b0e2

Please sign in to comment.