Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt authored Aug 3, 2023
1 parent 1689e3d commit 4184235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoparquet-tools/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static async Task<int> Main(string[] args)
var assembly = Assembly.GetExecutingAssembly();
var assemblyVersion = assembly.GetName().Version;

Console.WriteLine($"Version" + assemblyVersion);
Console.WriteLine($"Version: " + assemblyVersion);

if (args.Length == 0)
{
Expand Down

0 comments on commit 4184235

Please sign in to comment.