mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
inconsistent insertion of space after colon
This commit is contained in:
committed by
GitHub
parent
9e723166fe
commit
11d0265018
@@ -178,7 +178,7 @@ Conventions for multi-line statements and expressions
|
||||
consider renaming your procedure).
|
||||
|
||||
.. code-block:: nim
|
||||
proc lotsOfArguments(argOne: string, argTwo: int, argThree:float
|
||||
proc lotsOfArguments(argOne: string, argTwo: int, argThree: float
|
||||
argFour: proc(), argFive: bool): int
|
||||
{.heyLookALongPragma.} =
|
||||
- Multi-line procedure calls should either have one argument per line (like
|
||||
|
||||
Reference in New Issue
Block a user