Commit 0aec94c9 authored by Mark Harding's avatar Mark Harding

(fix): cs fixes

parent 0e4667c0
No related merge requests found
Pipeline #79823724 running with stages
......@@ -13,7 +13,7 @@ export class MindsHttpClient {
return new MindsHttpClient(http);
}
constructor(public http: HttpClient) { }
constructor(public http: HttpClient) {}
/**
* Return a GET request
......
......@@ -13,7 +13,7 @@ export class Client {
return new Client(http);
}
constructor(public http: HttpClient) { }
constructor(public http: HttpClient) {}
/**
* Return a GET request
......
Markdown is supported
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