Skip to content

Commit 86ac49e

Browse files
author
Tim Etchells
committed
Fix whitespace warnings caused by copyrights
1 parent 5b1256d commit 86ac49e

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

dev/src/command/RestartProjectCmd.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* IBM Corporation - initial API and implementation
1010
*******************************************************************************/
1111

12-
1312
import Project from "../microclimate/project/Project";
1413
import { promptForProject } from "../command/CommandUtil";
1514
import ProjectState from "../microclimate/project/ProjectState";

dev/src/constants/Commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* IBM Corporation - initial API and implementation
1010
*******************************************************************************/
1111

12-
1312
// non-nls-file
1413

1514
enum Commands {

dev/src/constants/EventTypes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* IBM Corporation - initial API and implementation
1010
*******************************************************************************/
1111

12-
1312
// non-nls-file
1413

1514
/**

dev/src/constants/Settings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* IBM Corporation - initial API and implementation
1010
*******************************************************************************/
1111

12-
1312
// non-nls-file
1413

1514
enum Settings {

dev/src/constants/strings/StringNamespaces.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* IBM Corporation - initial API and implementation
1010
*******************************************************************************/
1111

12-
1312
// All of these must obviously match the namespace object keys in strings.json
1413
// Refer to these so that if the namespace names change we only have to update them here instead of everywhere we use that string.
1514
enum StringNamespaces {

dev/src/microclimate/connection/EventTypes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* IBM Corporation - initial API and implementation
1010
*******************************************************************************/
1111

12-
1312
// non-nls-file
1413

1514
/**

dev/src/microclimate/logs/MCLogManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* IBM Corporation - initial API and implementation
1010
*******************************************************************************/
1111

12-
1312
import AppLog from "./AppLog";
1413
import BuildLog from "./BuildLog";
1514
import Connection from "../connection/Connection";

dev/src/view/ProjectTree.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* IBM Corporation - initial API and implementation
1010
*******************************************************************************/
1111

12-
1312
import * as vscode from "vscode";
1413

1514
import ITreeItemAdaptable, { SimpleTreeItem } from "./TreeItemAdaptable";

0 commit comments

Comments
 (0)