Skip to content

Commit fbe25c7

Browse files
MattIPv4targos
authored andcommitted
build: remove unnecessary Python semicolon
PR-URL: #29170 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent a6b9299 commit fbe25c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/icu/shrink-icu-src.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def icu_info(icu_full_path):
8686
if not icu_ver_major:
8787
print(' Could not read U_ICU_VERSION_SHORT version from %s' % uvernum_h)
8888
sys.exit(1)
89-
icu_endianness = sys.byteorder[0]; # TODO(srl295): EBCDIC should be 'e'
89+
icu_endianness = sys.byteorder[0] # TODO(srl295): EBCDIC should be 'e'
9090
return (icu_ver_major, icu_endianness)
9191

9292
(icu_ver_major, icu_endianness) = icu_info(options.icusrc)

0 commit comments

Comments
 (0)