Skip to content

Commit

Permalink
Missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcio-santos-zocdoc committed May 10, 2016
1 parent 8bc6ed0 commit ee7e96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model/Command/CompareCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using SchemaZen.Library.Models;

namespace SchemaZen.Library.Command {
public class CompareCommand : BaseCommand {
public string Source;
public string Target;
public bool Verbose;
Expand Down Expand Up @@ -43,4 +44,4 @@ public bool Execute()
return false;
}
}
}
}

0 comments on commit ee7e96a

Please sign in to comment.