Skip to content

Commit fb85602

Browse files
authored
Add missing close parenthesis to comment (NFC) (#230)
1 parent 0831768 commit fb85602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wpiformat/wpiformat/licenseupdate.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ def run_pipeline(self, config_file, name, lines):
142142
# Get year when file was most recently modified in Git history
143143
#
144144
# Committer date is used instead of author date (the one shown by "git
145-
# log" because the year the file was last modified in the history should
146-
# be used. Author dates can be older than this or even out of order in
147-
# the log.
145+
# log") because the year the file was last modified in the history
146+
# should be used. Author dates can be older than this or even out of
147+
# order in the log.
148148
last_year = subprocess.check_output(
149149
["git", "log", "-n", "1", "--format=%ci", "--", name]
150150
).decode()[:4]

0 commit comments

Comments
 (0)