- remove duplicate semicolon

pull/62/head
Simon G. 3 days ago
parent 79642012e6
commit 1a3cb30e82
Signed by: SimonG
GPG Key ID: 0B82B964BA536523
  1. 2
      LightweightIocContainer.FactoryGenerator/FactoryGenerator.cs

@ -49,7 +49,7 @@ public class FactoryGenerator : IIncrementalGenerator
stringBuilder.AppendLine(); stringBuilder.AppendLine();
} }
stringBuilder.AppendLine($"public static class {className}");; stringBuilder.AppendLine($"public static class {className}");
stringBuilder.AppendLine("{"); stringBuilder.AppendLine("{");
stringBuilder.AppendLine($"{INDENT}public static IRegistrationBase WithGeneratedFactory<TFactory>(this IRegistrationBase registration)"); stringBuilder.AppendLine($"{INDENT}public static IRegistrationBase WithGeneratedFactory<TFactory>(this IRegistrationBase registration)");

Loading…
Cancel
Save