Skip to content

Commit 5b4eacb

Browse files
committed
[FOLD] remove extra space
1 parent b84d62f commit 5b4eacb

File tree

1 file changed

+1
-1
lines changed
  • share/mrdocs/addons/generator/common/partials/symbol/signature

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
enum {{#if isScoped}}class {{/if}}{{#if attributes}} {{>symbol/attributes symbol}}{{/if}} {{>symbol/name .~}}
1+
enum {{#if isScoped}}class{{/if}}{{#if attributes}} {{>symbol/attributes symbol}}{{/if}} {{>symbol/name .~}}
22
{{#if type}} : {{>type/declarator type}}{{/if}};

0 commit comments

Comments
 (0)