JuliaBerry / SenseHat.jl

Julia package for the Raspberry Pi Sense HAT
Other
15 stars 12 forks source link

Parsing error due to omitted comma in line 391 (src/text.jl) #19

Closed mdvsh closed 4 years ago

mdvsh commented 4 years ago

Source

Line 391 doesn't seem to have a comma at the end. This leads to a parsing error.

17 seems to have caused this.

I've fixed this.

aviks commented 4 years ago

Thanks. We should setup CI of some form.