Skip to content

Commit

Permalink
fix(python): added space after '=' symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Delafontaine committed Dec 20, 2022
1 parent 5ce3a36 commit a71db21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ All notable changes to the "zhaw-snippets" extension will be documented in this

- fix(python): moved one-line docstring onto the same line as the double quotes
(PEP257)
- fix(python): added space after '=' symbol
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ Users appreciate release notes as you update your extension.

- fix(python): moved one-line docstring onto the same line as the double quotes
(PEP257)
- fix(python): added space after '=' symbol
2 changes: 1 addition & 1 deletion snippets/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"",
"",
"__author__ = \"${4:<author>} (${5:<initials>}@zhaw.ch)\"",
"__copyright__ =\"${CURRENT_YEAR} ZHAW Institute of Embedded Systems\"",
"__copyright__ = \"${CURRENT_YEAR} ZHAW Institute of Embedded Systems\"",
"__date__ = \"${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}\"",
"",
"$0"
Expand Down

0 comments on commit a71db21

Please sign in to comment.