Skip to content

Commit bfbc1d3

Browse files
committed
formatting
1 parent 9e2eacd commit bfbc1d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/HaskellCI/GitHub.hs

+4-3
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ makeGitHub _argv config@Config {..} gitconfig prj jobs@JobVersions {..} = do
314314
[ ("key", intercalate "-" [
315315
ghWrapExpr "runner.os"
316316
, ghWrapExpr "matrix.compiler"
317-
, "tools", toolsConfigHash
317+
, "tools"
318+
, toolsConfigHash
318319
])
319320
, ("path", "~/.haskell-ci-tools")
320321
]
@@ -461,8 +462,8 @@ makeGitHub _argv config@Config {..} gitconfig prj jobs@JobVersions {..} = do
461462
, ("restore-keys", intercalate "-" [
462463
ghWrapExpr "runner.os"
463464
, ghWrapExpr "matrix.compiler"
464-
, ""
465-
]) -- Includes a trailing dash
465+
, "" -- Includes a trailing dash
466+
])
466467
, ("path", "~/.cabal/store")
467468
]
468469

0 commit comments

Comments
 (0)