From abc748a59d748599c8bf67f945582c7915a61645 Mon Sep 17 00:00:00 2001 From: Chandima Dutton <117281459+chandima-d@users.noreply.github.com> Date: Wed, 21 May 2025 10:46:10 +0100 Subject: [PATCH] Add missing trailing newlines --- source/bc-ai-course/module_1.rb | 2 +- source/bc-ai-course/module_2.rb | 2 +- source/bc-ai-course/module_3.rb | 2 +- source/bc-ai-course/module_4.rb | 2 +- source/bc-ai-course/module_5.rb | 2 +- source/shared/course_config.rb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/bc-ai-course/module_1.rb b/source/bc-ai-course/module_1.rb index 79edb49..db6b8a2 100644 --- a/source/bc-ai-course/module_1.rb +++ b/source/bc-ai-course/module_1.rb @@ -461,4 +461,4 @@ block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE) block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF) -end \ No newline at end of file +end diff --git a/source/bc-ai-course/module_2.rb b/source/bc-ai-course/module_2.rb index 2f2ddd6..c1efd3c 100644 --- a/source/bc-ai-course/module_2.rb +++ b/source/bc-ai-course/module_2.rb @@ -33,4 +33,4 @@ block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE) block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF) -end \ No newline at end of file +end diff --git a/source/bc-ai-course/module_3.rb b/source/bc-ai-course/module_3.rb index 84d7de2..1a7da2f 100644 --- a/source/bc-ai-course/module_3.rb +++ b/source/bc-ai-course/module_3.rb @@ -33,4 +33,4 @@ block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE) block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF) -end \ No newline at end of file +end diff --git a/source/bc-ai-course/module_4.rb b/source/bc-ai-course/module_4.rb index 8229619..7122555 100644 --- a/source/bc-ai-course/module_4.rb +++ b/source/bc-ai-course/module_4.rb @@ -33,4 +33,4 @@ block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE) block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF) -end \ No newline at end of file +end diff --git a/source/bc-ai-course/module_5.rb b/source/bc-ai-course/module_5.rb index 17591f0..d9322b0 100644 --- a/source/bc-ai-course/module_5.rb +++ b/source/bc-ai-course/module_5.rb @@ -33,4 +33,4 @@ block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE) block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF) -end \ No newline at end of file +end diff --git a/source/shared/course_config.rb b/source/shared/course_config.rb index d28681a..eb0b546 100644 --- a/source/shared/course_config.rb +++ b/source/shared/course_config.rb @@ -7,4 +7,4 @@ def initialize(identifier:, title:) @title = title end end -end \ No newline at end of file +end