From a8146b3f8dcfdc296d74bfc4a4335c11a7dc3dd0 Mon Sep 17 00:00:00 2001 From: acrazing Date: Mon, 28 Aug 2017 23:10:57 +0800 Subject: [PATCH] style(botvs): add semicolon --- types/botvs/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/botvs/index.d.ts b/types/botvs/index.d.ts index 9a0c585066..2eabcb98da 100644 --- a/types/botvs/index.d.ts +++ b/types/botvs/index.d.ts @@ -6,7 +6,7 @@ /// -import Highstock = require('highcharts/highstock') +import Highstock = require('highcharts/highstock'); declare global { namespace botvs {