Skip to content

Commit 0bb5361

Browse files
committed
refactor: format codes
1 parent 09c26a7 commit 0bb5361

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/show.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ function showToSQL(showExpr) {
5454
default:
5555
break
5656
}
57-
const result = ['SHOW', toUpper(keyword), toUpper(suffix), str]
58-
return result.filter(hasVal).join(' ')
57+
return ['SHOW', toUpper(keyword), toUpper(suffix), str].filter(hasVal).join(' ')
5958
}
6059

6160
export {

0 commit comments

Comments
 (0)