Skip to content

Commit b214c47

Browse files
chore(internal): remove redundant keyword
1 parent a13a7da commit b214c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Orb/Core/ModelBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,5 +881,5 @@ interface IFromRaw<T>
881881
/// abstract static methods because .NET Standard 2.0 doesn't support abstract
882882
/// static methods.
883883
/// </summary>
884-
abstract T FromRawUnchecked(IReadOnlyDictionary<string, JsonElement> rawData);
884+
T FromRawUnchecked(IReadOnlyDictionary<string, JsonElement> rawData);
885885
}

0 commit comments

Comments
 (0)