Skip to content

Commit 06c5690

Browse files
committed
chore: autoformat
1 parent df152c9 commit 06c5690

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Cargo.toml

+1-7
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,7 @@ ci = "github"
4444
# The installers to generate for each app
4545
installers = ["shell", "powershell", "homebrew"]
4646
# Target platforms to build apps for (Rust target-triple syntax)
47-
targets = [
48-
"aarch64-apple-darwin",
49-
"x86_64-apple-darwin",
50-
"x86_64-unknown-linux-gnu",
51-
"x86_64-unknown-linux-musl",
52-
"x86_64-pc-windows-msvc",
53-
]
47+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
5448
# Which actions to run on pull requests
5549
pr-run-mode = "plan"
5650
# A GitHub repo to push Homebrew formulas to

0 commit comments

Comments
 (0)