Skip to content

Commit 78bd645

Browse files
authored
Update runtime.cs
1 parent 189852c commit 78bd645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/runtime.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public class Runtime
117117
{ "Windows", OperatingSystemType.Windows },
118118
{ "Darwin", OperatingSystemType.Darwin },
119119
{ "Linux", OperatingSystemType.Linux },
120-
}
120+
};
121121

122122
[Obsolete]
123123
public static string OperatingSystemName => Enum.GetName(typeof(OperatingSystemType), OperatingSystem);

0 commit comments

Comments
 (0)