Skip to content

Commit 5033bc1

Browse files
author
Glyn Normington
committed
Fix rubocop issues
[#59314610]
1 parent dfe25d6 commit 5033bc1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/java_buildpack/container/tomcat.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def link_libs
166166
end
167167
end
168168

169-
170169
def link_tomcat_datasource
171170
tomcat_datasource_jar = tomcat_lib + TOMCAT_DATASOURCE_JAR
172171
if tomcat_datasource_jar.exist?

spec/java_buildpack/container/tomcat_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ module JavaBuildpack::Container
219219
end
220220
end
221221

222-
223222
it 'should link additional libraries to the ROOT webapp' do
224223
Dir.mktmpdir do |root|
225224
Dir.mkdir File.join root, 'WEB-INF'

0 commit comments

Comments
 (0)