aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/friends/services/friends.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/friends/services/friends.service.ts')
-rw-r--r--client/angular/friends/services/friends.service.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/angular/friends/services/friends.service.ts b/client/angular/friends/services/friends.service.ts
index a34ef0d6f..4eb1fc67b 100644
--- a/client/angular/friends/services/friends.service.ts
+++ b/client/angular/friends/services/friends.service.ts
@@ -1,6 +1,6 @@
1import {Injectable} from 'angular2/core'; 1import { Injectable } from 'angular2/core';
2import {Http, Response, Headers, RequestOptions} from 'angular2/http'; 2import { Http, Response } from 'angular2/http';
3import {Observable} from 'rxjs/Rx'; 3import { Observable } from 'rxjs/Rx';
4 4
5@Injectable() 5@Injectable()
6export class FriendsService { 6export class FriendsService {