Fix indent.
This commit is contained in:
parent
f780be6b63
commit
bd484a994e
@ -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,3 +1,4 @@
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
||||
export class AccountBalances {
|
||||
current: number;
|
||||
pointed: number;
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user