Skip to content

Commit b7717bf

Browse files
committed
add empty line at eof
1 parent 6c2b27e commit b7717bf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/dvCfgAutomationBootstrap.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ buildscript {
102102
}
103103
}
104104

105-
apply plugin: com.vector.cfg.build.gradle.AutomationInterfaceGradlePlugin
105+
apply plugin: com.vector.cfg.build.gradle.AutomationInterfaceGradlePlugin

plugins/ocs-plugins-shared-lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dvCfgAutomation {
66

77
dependencies {
88
implementation "com.vector.ocs:ocs-interop:$vOcsCore"
9-
}
9+
}

plugins/ocs-runtimesystem-plugin/src/main/groovy/com/vector/ocs/plugins/runtimesystem/RuntimeSystemOsConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,4 +634,4 @@ class RuntimeSystemOsConfig {
634634
private static String getOsResourceName() {
635635
return "EcuM_Resource"
636636
}
637-
}
637+
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ rootProject.name = 'ocs-plugins'
1313
String name = ':' + it
1414
include(name)
1515
project(name).projectDir = file('plugins/' + it)
16-
}
16+
}

0 commit comments

Comments
 (0)