Skip to content

Commit

Permalink
format (#118)
Browse files Browse the repository at this point in the history
a minor format of the tests
  • Loading branch information
amtoine authored Nov 30, 2023
1 parent efbd878 commit f34e550
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/sugar/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ const MODULE = "nu-git-manager-sugar"

module imports {
export def main [] {
assert imports $MODULE "" []
assert imports $MODULE "" []
}

export def extra [] {
assert imports $MODULE "extra" [ "gm report" ]
assert imports $MODULE "extra" [ "gm report" ]
}

export def git [] {
assert imports $MODULE "git" [
assert imports $MODULE "git" [
"gm repo branch interactive-delete",
"gm repo branch wipe",
"gm repo branches",
Expand All @@ -30,7 +30,7 @@ module imports {
}

export def github [] {
assert imports $MODULE "github" [
assert imports $MODULE "github" [
"gm gh pr checkout",
"gm gh query-api",
"gm gh query-releases",
Expand Down

0 comments on commit f34e550

Please sign in to comment.