Skip to content

Commit e5c4b9f

Browse files
committed
apply cookstyle fixes
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 4fd53fc commit e5c4b9f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ task :changelog do
4949
Rake::Task[:changelog].execute
5050
rescue LoadError
5151
puts '>>>>> GitHub Changelog Generator not loaded, omitting tasks'
52-
5352
end

controls/php_conf.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# encoding: utf-8
21
# frozen_string_literal: true
32

43
#
5-
# Copyright 2015, Dominik Richter
6-
# Copyright 2016, Christoph Hartmann
4+
# Copyright:: 2015, Dominik Richter
5+
# Copyright:: 2016, Christoph Hartmann
76
#
87
# Licensed under the Apache License, Version 2.0 (the "License");
98
# you may not use this file except in compliance with the License.

libraries/php.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# encoding: utf-8
21
# frozen_string_literal: true
32

43
#
5-
# Copyright 2016, Christoph Hartmann
4+
# Copyright:: 2016, Christoph Hartmann
65
#
76
# Licensed under the Apache License, Version 2.0 (the "License");
87
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)