Skip to content

Commit

Permalink
refactor(incus): remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Dec 30, 2024
1 parent 6c36bbe commit 20e21a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/incus/assets/multipass.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#/bin/bash
set -e



help(){
echo """
Usage:
Expand Down
1 change: 0 additions & 1 deletion packages/incus/test/cluster/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ describe("incus.cluster", function () {
code: config.enabled ? 0 : 1,
});
});

try {
await this.clean();
await this.test({ enabled: true });
Expand Down

0 comments on commit 20e21a3

Please sign in to comment.