Skip to content

Commit 2e30c4f

Browse files
authored
Merge pull request #37 from Better-Conversations/codex/add-trailing-newline-to-files
Fix missing trailing newlines
2 parents 8a028fc + abc748a commit 2e30c4f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

source/bc-ai-course/module_1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,4 +461,4 @@
461461
block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE)
462462
block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF)
463463

464-
end
464+
end

source/bc-ai-course/module_2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE)
3535
block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF)
36-
end
36+
end

source/bc-ai-course/module_3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE)
3535
block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF)
36-
end
36+
end

source/bc-ai-course/module_4.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE)
3535
block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF)
36-
end
36+
end

source/bc-ai-course/module_5.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
block(BCF::FlightPlans::CommonBlocks::SPONSOR_CLOSE)
3535
block(BCF::FlightPlans::CommonBlocks::SPONSOR_DEBRIEF)
36-
end
36+
end

source/shared/course_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def initialize(identifier:, title:)
77
@title = title
88
end
99
end
10-
end
10+
end

0 commit comments

Comments
 (0)