Skip to content
Snippets Groups Projects
Commit 150257b4 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix code style

parent 613da9be
No related merge requests found
......@@ -56,5 +56,4 @@ export class CommentListComponent implements OnInit {
this.notification.show(`Comment '${comment.subject}' successfully deleted.`);
});
}
}
......@@ -32,5 +32,4 @@ export class RoomParticipantPageComponent implements OnInit {
this.isLoading = false;
});
}
}
......@@ -5,6 +5,7 @@ import { Observable } from 'rxjs/Observable';
import { catchError, tap } from 'rxjs/operators';
import { BaseHttpService } from './base-http.service';
import { AnswerChoice } from '../../models/answer-choice';
const httpOptions = {
headers: new HttpHeaders({ 'Content-Type': 'application/json' })
};
......
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