Skip to content

Commit

Permalink
style: prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Nov 8, 2021
1 parent b6990f1 commit a022027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/declarator.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/ArthurFiorette/declarator/master/schema.json",
"packages": ["steam-tradeoffer-manager"]
}
}
2 changes: 1 addition & 1 deletion app/src/transactions/logic/calculatePrices.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Currency } from '../../steam/currency';
import { AccountOptions } from '../../accounts/options';
import { Currency } from '../../steam/currency';
import { getAllItemsPrice } from '../../steam/market';
import { NextFunction } from '../../util/middleware';
import { Reason } from '../processor';
Expand Down

0 comments on commit a022027

Please sign in to comment.