Fix missing comma (#14829)

This commit is contained in:
Sizhe Zhao
2020-06-27 18:11:29 +08:00
committed by GitHub
parent f926dc53f1
commit 70b07edf42

View File

@@ -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.} =