Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit e2c2d3a

Browse files
Removing virtual from members
1 parent 88adbf1 commit e2c2d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Platform/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class BaseSettings : ISettings
1616
public abstract void Unset(string key);
1717

1818
protected virtual string SettingsFileName { get; set; }
19-
protected virtual NPath SettingsPath { get; set; }
19+
protected NPath SettingsPath { get; set; }
2020
}
2121

2222
class JsonBackedSettings : BaseSettings

0 commit comments

Comments
 (0)