Remove needless empty line

This commit is contained in:
Aya Morisawa
2016-12-29 09:57:52 +09:00
parent 9d71035f6c
commit 04cb606dea
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ import User from '../models/user';
import { validateUsername } from '../models/user';
import serialize from '../serializers/user';
recaptcha.init({
secret_key: config.recaptcha.secretKey
});