organized imports

This commit is contained in:
Sergio Mendonça
2018-09-20 10:31:49 -03:00
parent 12e2ae9e91
commit 4805efad2e

View File

@ -1,7 +1,7 @@
import { assert } from "chai";
import { Utility } from "../../../tests/utility";
import { LeftTabStop, RightTabStop, MaxRightTabStop } from "./tab-stop";
import { LeftTabStop, MaxRightTabStop, RightTabStop } from "./tab-stop";
describe("LeftTabStop", () => {
let tabStop: LeftTabStop;