anti-koerper / antikoerper

4 stars 2 forks source link

Add a new line after each start #22

Open TheNeikos opened 8 years ago

TheNeikos commented 8 years ago

Right now, after a restart of the PC you have a timegap. This timegap can get ugly.

Gnuplot for examples does not draw a line when there is a newline.

One way to do is in app.rs in the start function, you would just add a newline to each file, correctly handling the errors.


This is a mentored issue! If you're new to Rust or Opensource feel free to comment and I will help you get setup and contributing!