1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Don't set showOutput explicitly

It is false by default. This way there's one less change to make in the next
commit.
This commit is contained in:
Stefan Haller
2025-02-24 08:44:30 +01:00
parent 7238e41251
commit 0df5e08828
2 changed files with 6 additions and 8 deletions

View File

@ -18,7 +18,6 @@ var GlobalContext = NewIntegrationTest(NewIntegrationTestArgs{
Key: "X",
Context: "global",
Command: "touch myfile",
ShowOutput: false,
},
}
},

View File

@ -18,7 +18,6 @@ var MultipleContexts = NewIntegrationTest(NewIntegrationTestArgs{
Key: "X",
Context: "commits, reflogCommits",
Command: "touch myfile",
ShowOutput: false,
},
}
},