fixup formatting

This commit is contained in:
Graham Christensen 2019-01-02 21:05:51 -05:00
parent 053ea863e0
commit 41105c1862
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -27,8 +27,7 @@ impl EvalChecker {
}
pub fn execute(&self, path: &Path) -> Result<File, File> {
self.nix
.safely(&self.op, path, self.args.clone(), false)
self.nix.safely(&self.op, path, self.args.clone(), false)
}
pub fn cli_cmd(&self) -> String {