Skip to content

Commit cca1018

Browse files
committed
[lldb] Code format changes
1 parent 8c4308e commit cca1018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/lldbtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ def isLoongArchLASX(self):
13941394
return self.isLoongArch() and "lasx" in self.getCPUInfo()
13951395

13961396
def isRISCV(self):
1397-
"""Returns true if the architecture is RISCV64 or RISCV32."""
1397+
"""Returns true if the architecture is RISCV64 or RISCV32."""
13981398
return self.getArchitecture() in ["riscv64", "riscv32"]
13991399

14001400
def getArchitecture(self):

0 commit comments

Comments
 (0)