mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
Fix missing comma (#14829)
This commit is contained in:
@@ -267,7 +267,7 @@ Conventions for multi-line statements and expressions
|
||||
EventCallback = proc (timeReceived: Time, errorCode: int, event: Event,
|
||||
output: var string)
|
||||
|
||||
proc lotsOfArguments(argOne: string, argTwo: int, argThree: float
|
||||
proc lotsOfArguments(argOne: string, argTwo: int, argThree: float,
|
||||
argFour: proc(), argFive: bool): int
|
||||
{.heyLookALongPragma.} =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user