Skip to content

Commit a3f9c28

Browse files
committed
Add missing namesepace
1 parent 8e5eb0e commit a3f9c28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Rubjerg.Graphviz/FFI/Platform.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using System.Runtime.InteropServices;
22

3+
namespace Rubjerg.Graphviz.FFI;
4+
35
public static class Platform
46
{
57
public static bool IsWindows { get; } = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);

0 commit comments

Comments
 (0)