pharo-ai / graph-algorithms

A graph algorithms library implemented in Pharo
MIT License
22 stars 12 forks source link

Cleanup unnecessary tabs, spaces and final dots #15

Closed astares closed 1 year ago

astares commented 1 year ago

Some packages from https://github.com/pharo-ai/graph-algorithms/ are included in standard Pharo 11 image.

I clean this up to remove unnecessary tabs, spaces and final dots from the code using a new lint rule that can autofix the situation.

We should apply it to this project here too.