From 33be1f87c72723bb944b75383bd99b8b01520bf7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 1 Jan 2021 10:32:44 +0000 Subject: [PATCH] Fix cookstyle warnings --- cookbooks/imagery/recipes/lu_lidar_hillshade.rb | 2 +- cookbooks/php/recipes/fpm.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb index c6aeab3f8..c80742946 100644 --- a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb +++ b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb @@ -57,4 +57,4 @@ imagery_layer "mappers_delight_lidar_hillshade_2019_withunclassified" do max_zoom 20 title "OpenStreetMap.lu Mapper's Delight 2019 Lidar Hillshading with unclassified points" copyright 'Lidar data 2019 Administration du Cadastre et de la Topographie Luxembourg, DEM and hillshading Guillaume Rischard, CC0' -end \ No newline at end of file +end diff --git a/cookbooks/php/recipes/fpm.rb b/cookbooks/php/recipes/fpm.rb index 4fbbc881a..2bebc87d2 100644 --- a/cookbooks/php/recipes/fpm.rb +++ b/cookbooks/php/recipes/fpm.rb @@ -33,4 +33,3 @@ end service "php#{node[:php][:version]}-fpm" do action [:enable, :start] end - -- 2.39.5