Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit bfce1ec

Browse files
committed
Formatting
1 parent 9cfd781 commit bfce1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/export/cntk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ExportProvider, IExportResults } from "./exportProvider";
33
import { IAssetMetadata, IExportProviderOptions, IProject } from "../../models/applicationState";
44
import HtmlFileReader from "../../common/htmlFileReader";
55
import Guard from "../../common/guard";
6-
import {splitTestAsset} from "./testAssetsSplitHelper";
6+
import { splitTestAsset } from "./testAssetsSplitHelper";
77

88
enum ExportSplit {
99
Test,

0 commit comments

Comments
 (0)