Skip to content

Commit

Permalink
We should break line longers the 80 not less
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed May 26, 2017
1 parent 6ded289 commit fc15a93
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/lime-system/files/usr/lib/lua/lime/config.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/usr/bin/lua

--! LibreMesh is modular but this doesn't mean parallel,
--! modules are executed sequencially, so we don't need
--! to worry about transaction and all other stuff that
--! affects parrallels database, at moment we don't need
--! parallelism as this is just some configuration stuff
--! and is not performance critical.
--! LibreMesh is modular but this doesn't mean parallel, modules are executed
--! sequencially, so we don't need to worry about transactionality and all other
--! stuff that affects parrallels database, at moment we don't need parallelism
--! as this is just some configuration stuff and is not performance critical.

local libuci = require("uci")

Expand Down

0 comments on commit fc15a93

Please sign in to comment.