Skip to content

Commit

Permalink
PR feedback: rely on default value in initialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
lol768 committed Nov 8, 2023
1 parent b4950fc commit 1ef4003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TypeScript.ContractGenerator/TypeScriptUnit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public TypeScriptVariableReference AddSymbolImport(string symbolName, string pat
TypeName = symbolName,
CurrentUnit = this,
PathToUnit = path,
UseTypeKeyword = false,
});
}
return new TypeScriptVariableReference(symbolName);
Expand Down

0 comments on commit 1ef4003

Please sign in to comment.