Minor updates (#20)

This commit is contained in:
Patrick Stevens
2023-10-01 22:32:20 +01:00
committed by GitHub
parent e9f72f7acd
commit 53425cfd88
2 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ module Utils =
use s =
names
|> Seq.filter (fun s -> s.EndsWith name)
|> Seq.exactlyOne
|> assembly.GetManifestResourceStream
|> fun s -> new StreamReader (s)