mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-27 17:38:49 +08:00
Fix typos and trailing whitespace
This commit is contained in:
@@ -827,7 +827,7 @@ readArithmeticContents =
|
||||
char ')'
|
||||
id <- endSpan start
|
||||
spacing
|
||||
return $ TA_Parentesis id s
|
||||
return $ TA_Parenthesis id s
|
||||
|
||||
readArithTerm = readGroup <|> readVariable <|> readExpansion
|
||||
|
||||
|
Reference in New Issue
Block a user