Skip to content

Commit 37a0f53

Browse files
committed
add readonly modifier
1 parent c99ed5b commit 37a0f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rubjerg.Graphviz/GraphvizCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal static string Rid
3434
}
3535
}
3636

37-
internal static Lazy<string> _DotExePath = new Lazy<string>(() =>
37+
internal static readonly Lazy<string> _DotExePath = new Lazy<string>(() =>
3838
{
3939
// Depending on the method of deployment, there are several possible directories to look for dot
4040
string[] possibleLocations = [

0 commit comments

Comments
 (0)