Skip to content

Commit

Permalink
fixed spacing issue, add change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhikari committed Jul 8, 2023
1 parent 92f1d4f commit d6ba0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ CLI command and its behaviour. There are no guarantees of stability for the
- Flutter pubspec.lock (`pubspec.lock`) (#751)
- Flutter .metadata (`.metadata`) (#751)
- Terraform (`.tf`, `tfvars`) and HCL (`.hcl`). (#756)
- Typst (`.typ`)
- Added loglevel argument to pytest and skip one test if loglevel is too high
(#645).
- `--add-license-concluded`, `--creator-person`, and `--creator-organization`
Expand Down
2 changes: 1 addition & 1 deletion src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ class XQueryCommentStyle(CommentStyle):
".ts": CCommentStyle,
".tsx": CCommentStyle,
".ttl": PythonCommentStyle, # Turtle/RDF
".typ": CCommentStyle, # typst files
".typ": CCommentStyle, # typst files
".ui": UncommentableCommentStyle,
".v": CCommentStyle, # V-Lang source code
".vala": CCommentStyle,
Expand Down

0 comments on commit d6ba0b5

Please sign in to comment.