Skip to content

Commit ca4f01a

Browse files
Minor changes
1 parent 9692663 commit ca4f01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Editor/GenerateFileEditorWindow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private void Generate () {
113113
"using ElRaccoone.EntityComponentSystem;",
114114
_importCommonNamespaces ? "using UnityEngine;" : null,
115115
_importCommonNamespaces ? "using System.Collections.Generic;" : null,
116-
116+
"",
117117
_addFileHeaderComments ? "/// Project: " + PlayerSettings.productName : null,
118118
_addFileHeaderComments ? "/// Author: " : null,
119119
_addFileHeaderComments ? "/// Entity Component for " + _fileName + "." : null,
@@ -126,7 +126,7 @@ private void Generate () {
126126
"using ElRaccoone.EntityComponentSystem;",
127127
_importCommonNamespaces ? "using UnityEngine;" : null,
128128
_importCommonNamespaces ? "using System.Collections.Generic;" : null,
129-
129+
"",
130130
_addFileHeaderComments ? "/// Project: " + PlayerSettings.productName : null,
131131
_addFileHeaderComments ? "/// Author: " : null,
132132
_addFileHeaderComments ? "/// Entity System for " + _fileName + "." : null,

0 commit comments

Comments
 (0)