Skip to content

Commit ec5bffa

Browse files
committed
fix typo, formatting - s390x support
1 parent e814ec8 commit ec5bffa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Rubjerg.Graphviz/GraphvizCommand.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ internal static string Rid
2929
Architecture.Arm => "arm",
3030
#if NET6_0_OR_GREATER
3131
Architecture.S390x => "s390x", // s390x support added in .NET 6
32-
endif
32+
#endif
3333
_ => "unknown"
3434
};
3535

@@ -133,5 +133,3 @@ public static (byte[] stdout, string stderr) Exec(Graph input, string format = "
133133
}
134134
}
135135

136-
137-

0 commit comments

Comments
 (0)