Skip to content

Commit

Permalink
fix: accidentially always added --header "// Created {created}" #19
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Feb 11, 2022
1 parent a927ec4 commit f3cf68d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.9

- Fixed: accidentially always added `--header "// Created {created}"` #19

# 1.3.8

- Fixed: failed to apply `--header` option #18
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/vknabel/vscode-swiftformat"
},
"version": "1.3.8",
"version": "1.3.9",
"license": "MIT",
"author": {
"name": "Valentin Knabel",
Expand Down
2 changes: 0 additions & 2 deletions src/SwiftFormatEditProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ function format(request: {
"stdin",
"--stdinpath",
request.document.fileName,
"--header",
"// Created {created}",
...userDefinedParams,
...(request.parameters || []),
...formattingParameters
Expand Down

0 comments on commit f3cf68d

Please sign in to comment.