diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-10-24 21:00:13 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2018-10-24 21:17:34 -0700 |
| commit | 0ecb2ac1ba28d33b0b3d17a2d7134d2f5485814d (patch) | |
| tree | 42ce582bfc472c8b1bada41696670ed94e6ddff6 /src/WixToolset.Core/Localizer.cs | |
| parent | 0a67f66835c882763e1504895cbec3acb9284f3d (diff) | |
| download | wix-0ecb2ac1ba28d33b0b3d17a2d7134d2f5485814d.tar.gz wix-0ecb2ac1ba28d33b0b3d17a2d7134d2f5485814d.tar.bz2 wix-0ecb2ac1ba28d33b0b3d17a2d7134d2f5485814d.zip | |
Minor code clean up to match .editorconfig
Diffstat (limited to 'src/WixToolset.Core/Localizer.cs')
| -rw-r--r-- | src/WixToolset.Core/Localizer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Localizer.cs b/src/WixToolset.Core/Localizer.cs index a545f844..94fa6ff7 100644 --- a/src/WixToolset.Core/Localizer.cs +++ b/src/WixToolset.Core/Localizer.cs | |||
| @@ -26,7 +26,7 @@ namespace WixToolset.Core | |||
| 26 | public Localization ParseLocalizationFile(string path) | 26 | public Localization ParseLocalizationFile(string path) |
| 27 | { | 27 | { |
| 28 | var document = XDocument.Load(path); | 28 | var document = XDocument.Load(path); |
| 29 | return ParseLocalizationFile(document); | 29 | return this.ParseLocalizationFile(document); |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | public Localization ParseLocalizationFile(XDocument document) | 32 | public Localization ParseLocalizationFile(XDocument document) |
