Add newlines to files.

This commit is contained in:
James Cole
2017-08-12 07:48:39 +02:00
parent 743547096e
commit 337895cbaa
13 changed files with 12 additions and 13 deletions

View File

@@ -48,4 +48,4 @@ class PwndVerifier implements Verifier
return false;
}
}
}

View File

@@ -27,4 +27,4 @@ interface Verifier
*/
public function validPassword(string $password): bool;
}
}