Skip to content

Commit 4b35462

Browse files
committed
fix rebase
1 parent 87b7703 commit 4b35462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cascadia/TerminalSettingsModel/CascadiaSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
268268
public:
269269
FragmentSettings(hstring source, hstring json, hstring jsonSource) :
270270
_source{ source },
271-
_json{ json },
271+
_Json{ json },
272272
_jsonSource{ jsonSource } {}
273273

274274
Model::FragmentSettings Copy() const;

src/cascadia/TerminalSettingsModel/CascadiaSettingsSerialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void SettingsLoader::GenerateProfiles()
192192
PowershellInstallationProfileGenerator pwshInstallationGenerator{};
193193
_executeGenerator(pwshInstallationGenerator);
194194
}
195-
195+
196196
// Regardless of running the installer's generator, we need to do some cleanup still.
197197
_cleanupPowerShellInstaller(isPowerShellInstalled);
198198
}

0 commit comments

Comments
 (0)