Skip to content

Commit

Permalink
More conservative
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 8, 2021
1 parent 3ce5349 commit c73a9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linters: with_defaults(
line_length_linter(120),
line_length_linter(100),
commented_code_linter = NULL,
object_usage_linter = NULL,
spaces_left_parentheses_linter = NULL
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-distribute.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("space distribution never removes space, and distributes space from left to right based on need", {
test_that("space distribution never removes space", {
# and distributes space from left to right based on need
expect_equal(
colonnade_distribute_space(c(5, 6, 6), c(11, 8, 8), 18),
c(0, 0, 0)
Expand Down

0 comments on commit c73a9b4

Please sign in to comment.