Skip to content

Commit d6ad894

Browse files
committed
append newlines to bottom of plugin packages
1 parent 3e09dcb commit d6ad894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/unraid-api-plugin-connect/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ class ConnectPluginModule {
4444
}
4545
}
4646

47-
export const ApiModule = ConnectPluginModule;
47+
export const ApiModule = ConnectPluginModule;

packages/unraid-api-plugin-health/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ class HealthPlugin {
2828
}
2929
}
3030

31-
export const ApiModule = HealthPlugin;
31+
export const ApiModule = HealthPlugin;

0 commit comments

Comments
 (0)