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) {
|
export function AccountBalancesFactory($resource) {
|
||||||
return $resource(
|
return $resource(
|
||||||
'/api/account/:id/balances', {
|
'/api/account/:id/balances', {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
||||||
export class AccountBalances {
|
export class AccountBalances {
|
||||||
current: number;
|
current: number;
|
||||||
pointed: number;
|
pointed: number;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
||||||
import { Level } from '@nsalaun/ng-logger';
|
import { Level } from '@nsalaun/ng-logger';
|
||||||
|
|
||||||
var operationsTmpl = require('./operations/operations.html');
|
var operationsTmpl = require('./operations/operations.html');
|
||||||
|
Loading…
Reference in New Issue
Block a user