Skip to content
Snippets Groups Projects
Commit c6c94cf7 authored by David Noah Donges's avatar David Noah Donges
Browse files

Remove blank lines

parent 7abfd4a4
No related merge requests found
......@@ -10,9 +10,7 @@ export class ErrorHandlingService {
public handleError<T>(operation = 'operation', result?: T) {
return (error: any): Observable<T> => {
console.error(error);
return of(result as T);
};
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment