Skip to content

Commit

Permalink
save and lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed May 9, 2024
1 parent 2b78217 commit c7406ef
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/blog/2024-scientific-publishing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ data_jif |>
data = data_jif |> filter(title %in% jif_joi),
aes(label = title),
min.segment.length = 0, point.padding = 0.3,
size = 3, color = "grey30",
size = 3, color = "grey30",
family = "custom", max.overlaps = 12,
seed = 42,
) +
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2024-scientific-publishing/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ data_jif |>
data = data_jif |> filter(title %in% jif_joi),
aes(label = title),
min.segment.length = 0, point.padding = 0.3,
size = 3, color = "grey30",
size = 3, color = "grey30",
family = "custom", max.overlaps = 12,
seed = 42,
) +
Expand Down

0 comments on commit c7406ef

Please sign in to comment.