Skip to content

Commit 00617e5

Browse files
committed
增加utf8声明
1 parent 82deca3 commit 00617e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

left_pad.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
class StringUtils:
24
# @param {string} originalStr the string we want to append to
35
# @param {int} size the target length of the string

0 commit comments

Comments
 (0)