Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit a022027

Browse files
style: prettified code
1 parent b6990f1 commit a022027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/declarator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/ArthurFiorette/declarator/master/schema.json",
33
"packages": ["steam-tradeoffer-manager"]
4-
}
4+
}

app/src/transactions/logic/calculatePrices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Currency } from '../../steam/currency';
21
import { AccountOptions } from '../../accounts/options';
2+
import { Currency } from '../../steam/currency';
33
import { getAllItemsPrice } from '../../steam/market';
44
import { NextFunction } from '../../util/middleware';
55
import { Reason } from '../processor';

0 commit comments

Comments
 (0)