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

View File

@ -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', {

View File

@ -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;

View File

@ -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');