Fucking line endings

This commit is contained in:
Fergal Moran
2017-03-23 19:03:46 +00:00
parent 3b0338e663
commit 31d36cf2ed
12 changed files with 941 additions and 941 deletions

22
App.cs
View File

@@ -1,11 +1,11 @@
using Microsoft.Extensions.CommandLineUtils;
using System;
namespace StegoPrint {
class App : CommandLineApplication {
public App() {
Commands.Add(new AddFingerprintCommand());
Commands.Add(new ExtractFingerprintCommand());
}
}
}
using Microsoft.Extensions.CommandLineUtils;
using System;
namespace StegoPrint {
class App : CommandLineApplication {
public App() {
Commands.Add(new AddFingerprintCommand());
Commands.Add(new ExtractFingerprintCommand());
}
}
}