Fix indent.

This commit is contained in:
Alexis Lahouze
2017-07-21 00:52:47 +02:00
parent f780be6b63
commit bd484a994e
3 changed files with 37 additions and 34 deletions
+1
View File
@@ -1,3 +1,4 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
export function AccountBalancesFactory($resource) {
return $resource(
'/api/account/:id/balances', {
+1
View File
@@ -1,3 +1,4 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
export class AccountBalances {
current: number;
pointed: number;
+1
View File
@@ -1,3 +1,4 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
import { Level } from '@nsalaun/ng-logger';
var operationsTmpl = require('./operations/operations.html');