mirror of
https://github.com/fergalmoran/StegoPrint.git
synced 2025-12-28 04:38:22 +00:00
Fucking line endings
This commit is contained in:
22
App.cs
22
App.cs
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user