File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Flow.Launcher.Localization.SourceGenerators/Localize Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,8 @@ private void GenerateSource(
88
88
sourceBuilder . AppendLine ( $ "{ tabString } /// <summary>") ;
89
89
sourceBuilder . AppendLine ( $ "{ tabString } /// Get <see cref=\" Flow.Launcher.Plugin.IPublicAPI\" > instance") ;
90
90
sourceBuilder . AppendLine ( $ "{ tabString } /// </summary>") ;
91
- sourceBuilder . AppendLine ( $ "{ tabString } internal static Flow.Launcher.Plugin.IPublicAPI { Constants . PublicApiInternalPropertyName } => { Constants . PublicApiPrivatePropertyName } ??= CommunityToolkit.Mvvm.DependencyInjection.Ioc.Default.GetRequiredService<Flow.Launcher.Plugin.IPublicAPI>();") ;
92
- sourceBuilder . AppendLine ( ) ;
93
-
91
+ sourceBuilder . AppendLine ( $ "{ tabString } internal static Flow.Launcher.Plugin.IPublicAPI { Constants . PublicApiInternalPropertyName } =>" +
92
+ $ "{ Constants . PublicApiPrivatePropertyName } ??= CommunityToolkit.Mvvm.DependencyInjection.Ioc.Default.GetRequiredService<Flow.Launcher.Plugin.IPublicAPI>();") ;
94
93
sourceBuilder . AppendLine ( $ "}}") ;
95
94
96
95
// Add source to context
You can’t perform that action at this time.
0 commit comments