RazorSh4rk / random-word-api

Simple scala rest api that serves random words
https://random-word-api.herokuapp.com/
Other
134 stars 47 forks source link

removed unnecessary whitespace #6

Closed sudocode1 closed 4 years ago

sudocode1 commented 4 years ago
RazorSh4rk commented 4 years ago

Are you doing hacktober? :) The trailing whitespace is usually left there so when you go cat file.scala, the next line will be under the code. I can merge this if it helps you with hacktober.

sudocode1 commented 4 years ago

i'm not actually, that's the first time i've heard of that! i'll look into it :) thanks for the heads up :)

also i removed the whitespace because from what i've seen most people are useful without whitespace at the start of a file (correct me if i'm wrong) the end made more sense, but removing that end whitespace just came natural to me. merge it if you feel like it, i pretty much just made it to like it up with the "general approach"

thank you so much for the heads up about hacktober, i'll look into that now :)

(sorry for the full on essay lol)