Skip to content

Commit 684fafd

Browse files
committed
Improve code quality
1 parent f9facda commit 684fafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Calculator/ViewModels/SettingsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Flow.Launcher.Plugin.Calculator.ViewModels;
55

66
public class SettingsViewModel(Settings settings) : BaseModel
77
{
8-
public Settings Settings { get; init; } = settings;
8+
public Settings Settings { get; } = settings;
99

1010
public static IEnumerable<int> MaxDecimalPlacesRange => Enumerable.Range(1, 20);
1111

0 commit comments

Comments
 (0)