epi-project / brane

Programmable Orchestration of Applications and Networking
Apache License 2.0
9 stars 7 forks source link

Cargo format #87

Closed DanielVoogsgerd closed 6 days ago

DanielVoogsgerd commented 1 week ago

I ran cargo fmt to get up to date formatting.

I suggest we merge this after the clippy branch has been merged (and this one has been rebased)

Lut99 commented 6 days ago

Hmm, why would we want to rebase here? To squash commits you mean, or...?

DanielVoogsgerd commented 6 days ago

Because between the origin of this branch and the current state of the repo a lot has changed. Mainly a bazillion clippy errors that have been removed. These are gonna conflict badly with touching every other line with the formatter :stuck_out_tongue:. We basically have to run fmt again on the new code, force push and merge.

Lut99 commented 6 days ago

Haha, OK, fair enough - let's see if I can do that