Added missing newline
Methods are now separated by a single newline.
This commit is contained in:
parent
e8f46c87f6
commit
ab61e3f6a0
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ namespace Bind
|
|||
WriteDocumentation(sw, f);
|
||||
}
|
||||
WriteMethod(sw, f, enums);
|
||||
sw.WriteLine();
|
||||
return current;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue