Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fbe25c7

Browse filesBrowse files
MattIPv4targos
authored andcommitted
build: remove unnecessary Python semicolon
PR-URL: #29170 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent a6b9299 commit fbe25c7
Copy full SHA for fbe25c7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/icu/shrink-icu-src.py‎

Copy file name to clipboardExpand all lines: tools/icu/shrink-icu-src.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.