Skip to content

Commit 137bc7b

Browse files
committed
fix: remove unnecessary spaces in post
1 parent 8f7d6a7 commit 137bc7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-04-10-igraph-isc-setting-success-decade.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ cli::cli_abort(c(
7979

8080
which is more informative about the invalid value supplied, and which directly links to the manual page.
8181

82-
We have also fixed some bugs ( [example](https://github.com/igraph/rigraph/pull/1716)).
82+
We have also fixed some bugs ([example](https://github.com/igraph/rigraph/pull/1716)).
8383

8484
## Work on the internals
8585

8686
We did a lot of refactoring!
8787
Most of it was focussed on [tests](https://github.com/igraph/rigraph/pulls?q=sort%3Aupdated-desc+is%3Apr+in%3Atitle+%22test%3A%22+is%3Amerged), as [previously explained on this blog](/posts/2025-03-04-refactoring-test-files/): merging some test files to ensure alignment between R scripts and test files, refactoring test files for better readability and future debugging, updating the testthat usage by removing old expectations.
88-
We also worked in the `R/`folder, for instance we replaced the usage of an embedded version of lazyeval with rlang calls.
89-
( [PR 1](https://github.com/igraph/rigraph/pull/1441), [PR 2](https://github.com/igraph/rigraph/pull/1445))
88+
We also worked in the `R/`folder, for instance we replaced the usage of an embedded version of lazyeval with rlang calls
89+
([PR 1](https://github.com/igraph/rigraph/pull/1441), [PR 2](https://github.com/igraph/rigraph/pull/1445)).
9090

9191
## Sharing our experience
9292

0 commit comments

Comments
 (0)