dickinson-comp190 / GitKit-FarmData2-F23

Other
0 stars 20 forks source link

Cypress.json: Fix Indentation Error #49

Open braughtg opened 11 months ago

braughtg commented 11 months ago

How to Produce this Bug

  1. Visit the file either on GitHub here or on your editor of choice.
  2. Navigate your cursor down to "testFiles" on line 13 which has one extra space.
image
Red highlight indicates the existence of an extra space.

Steps for Solving this Bug

  1. Fork the repo and edit the file either within GitHub or within your editor of choice.
  2. Remove the extra space so that the line is in-line with the line above. The final product would look something like this.
image
Notice: Red highlight is gone because the extra space has been deleted.

Issue by FutzMonitor Tuesday Jun 28, 2022 at 20:18 GMT Originally opened as https://github.com/DickinsonCollege/FarmData2/issues/507

braughtg commented 11 months ago

I'm looking at this file again, and it seems this indentation error was fixed in another commit sometime ago. As a result, I will be closing this issue.


Comment by FutzMonitor Monday Mar 06, 2023 at 20:10 GMT