From 71bfe203f089d52681a0c7a03cd5a4ebe99e663f Mon Sep 17 00:00:00 2001 From: Eduardo Pelaez Alvarado Date: Mon, 13 Jan 2025 23:18:43 -0800 Subject: [PATCH] Automatically fix linting issue --- ruby/basic_ruby_projects/project_stock_picker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ruby/basic_ruby_projects/project_stock_picker.md b/ruby/basic_ruby_projects/project_stock_picker.md index 01b30fed3f6..a26fa411e37 100644 --- a/ruby/basic_ruby_projects/project_stock_picker.md +++ b/ruby/basic_ruby_projects/project_stock_picker.md @@ -23,4 +23,5 @@ Implement a method `#stock_picker` that takes in an array of stock prices, one f - You need to buy before you can sell - Pay attention to edge cases like when the lowest day is the last day or the highest day is the first day. +