Linter fix

pull/1463/head
Rick Carlino 2019-09-26 15:57:53 -05:00
parent 2e15b74ce9
commit 3f5159267c
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import { fakeVariableNameSet } from "../../__test_support__/fake_variables";
import { NOTHING_SELECTED } from "../../sequences/locals_list/handle_select";
describe("determineDropdown", () => {
it("crashes oon unknown DDIs", () => {
it("crashes on unknown DDIs", () => {
// tslint:disable-next-line:no-any
const baddata: any = {
kind: "parameter_application",

View File

@ -164,7 +164,7 @@ export const convertDDItoVariable =
...p,
newVarLabel: undefined
});
};
}
};
export const isScopeDeclarationBodyItem =