Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-knight committed Oct 11, 2023
1 parent f1943ba commit da718a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
# * https://testthat.r-lib.org/articles/special-files.html

library(testthat)
library(BoutrosLab.plotting.general)
library(testthat);
library(BoutrosLab.plotting.general);

test_check("BoutrosLab.plotting.general")
test_check('BoutrosLab.plotting.general');

0 comments on commit da718a0

Please sign in to comment.