Skip to content

Commit 8a433c6

Browse files
committed
stylecheck: tkSemcol -> tkSemCol
1 parent 47ceac5 commit 8a433c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websock/extensions/extutils.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## nim-websock
2-
## Copyright (c) 2021 Status Research & Development GmbH
2+
## Copyright (c) 2021-2022 Status Research & Development GmbH
33
## Licensed under either of
44
## * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
55
## * MIT license ([LICENSE-MIT](LICENSE-MIT))
@@ -137,7 +137,7 @@ proc parseExt*[T: BChar](data: openArray[T], output: var seq[AppExt]): bool =
137137
ext.params[^1].name = system.move(param.name)
138138
ext.params[^1].value = system.move(param.value)
139139

140-
if lex.tok notin {tkSemcol, tkComma, tkEof}:
140+
if lex.tok notin {tkSemCol, tkComma, tkEof}:
141141
return false
142142

143143
output.setLen(output.len + 1)

0 commit comments

Comments
 (0)