Give all of these files a newline at the end.

This commit is contained in:
James Cole
2018-07-22 20:32:02 +02:00
parent ca096852a5
commit b7752928a4
117 changed files with 158 additions and 114 deletions

View File

@@ -125,4 +125,4 @@ class CreateController extends Controller
return $redirect;
}
}
}

View File

@@ -100,4 +100,4 @@ class DeleteController extends Controller
return redirect($this->getPreviousUri('accounts.delete.uri'));
}
}
}

View File

@@ -148,4 +148,4 @@ class EditController extends Controller
return $redirect;
}
}
}

View File

@@ -268,4 +268,4 @@ class ShowController extends Controller
return redirect(route('accounts.show', [$opposingTransaction->account_id]));
}
}
}