Skip to content

Commit

Permalink
migration: T6007: fix cosmetic issue of extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jestabro committed Jun 26, 2024
1 parent 8b4c2fc commit 5502a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/vyos/component_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
CONFIG_FILE_VERSION = """\
// Warning: Do not remove the following line.
// vyos-config-version: "{}"
// Release version: {}\n
// Release version: {}
"""

warn_filter_vyos = re.compile(REGEX_WARN_VYOS)
Expand Down

0 comments on commit 5502a75

Please sign in to comment.