inconsistent insertion of space after colon

This commit is contained in:
Anthon van der Neut
2017-01-21 19:16:02 +01:00
committed by GitHub
parent 9e723166fe
commit 11d0265018

View File

@@ -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