Skip to content

Commit 9d23084

Browse files
committed
style: fixes to formatters and resulting formatting changes
1 parent 606db1b commit 9d23084

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Taskfile.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ tasks:
4040
sh: deno run -qA ./.tasks/next-version.ts
4141
cmds:
4242
- >-
43-
dotnet publish ./src/dotnetup.csproj
44-
-c Release
45-
-o ./bin
46-
-a {{.DOTNET_ARCH}}
47-
-p:PublishProfile={{.PUBLISH_PROFILE}}
48-
-p:Version={{.NEXT_VERSION}}
43+
dotnet publish ./src/dotnetup.csproj
44+
-c Release
45+
-o ./bin
46+
-a {{.DOTNET_ARCH}}
47+
-p:PublishProfile={{.PUBLISH_PROFILE}}
48+
-p:Version={{.NEXT_VERSION}}
4949
- rm -rf ./bin/dotnetup.dbg ./bin/dotnetup.dSYM ./bin/dotnetup.pdb || true
5050

5151
package:
@@ -88,10 +88,10 @@ tasks:
8888
DESCRIPTION: "{{.DESCRIPTION}}"
8989
cmds:
9090
- >-
91-
rattler-build build
92-
-r ./rattler-recipe/recipe.yaml
93-
--target-platform {{.PLATFORM}}
94-
--test native
91+
rattler-build build
92+
-r ./rattler-recipe/recipe.yaml
93+
--target-platform {{.PLATFORM}}
94+
--test native
9595
9696
gzip-bins:
9797
internal: true

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]
1919
},
2020
{
21-
"command": "dotnet csharpier --fast",
21+
"command": "dotnet csharpier format",
2222
"exts": [
2323
"cs"
2424
]

0 commit comments

Comments
 (0)