Skip to content

Commit e50068d

Browse files
committed
Minor syntax change (linter, not impact).
1 parent 8d76225 commit e50068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Common/SettingsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static SettingsBase()
5252
/// </summary>
5353
/// <param name="filePath">The new ini file path, relative to the OpenRails base directory, or NULL.</param>
5454
/// <param name="registryKey">The new registry key, relative to the HKEY_CURRENT_USER, or NULL.</param>
55-
static public void OverrideSettingsLocations(string filePath, string registryKey)
55+
public static void OverrideSettingsLocations(string filePath, string registryKey)
5656
{
5757
if (!String.IsNullOrEmpty(filePath) && !String.IsNullOrEmpty(registryKey))
5858
{

0 commit comments

Comments
 (0)