summaryrefslogtreecommitdiffstats
path: root/src/configs/julia.rs
diff options
context:
space:
mode:
authorMoritz Vetter <moritz.vetter@gmx.de>2021-01-20 18:46:26 +0100
committerGitHub <noreply@github.com>2021-01-20 18:46:26 +0100
commit527ffbaede6a7b487805beb6b5791bd6f8ed99e2 (patch)
tree59c90c33aebf2641b4d594e7edee9e7587f7c6e4 /src/configs/julia.rs
parente437a463ac5c072e90e49b912ed15729650a52d8 (diff)
fix: Adjust default format strings (#2165)
* fix(dotnet): update dotnet format string * fix(dotnet): update erlang format string * fix(dotnet): update golang format string * fix(dotnet): update helm format string * fix(dotnet): update julia format string * fix(dotnet): update nim format string * fix(dotnet): update ruby format string * fix(dotnet): update rust format string * test: update formatted strings in unit tests * Use suggested format strings Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Moritz Vetter <mv@3yourmind.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
Diffstat (limited to 'src/configs/julia.rs')
-rw-r--r--src/configs/julia.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/julia.rs b/src/configs/julia.rs
index ca1abbe9e..6d99ad5e8 100644
--- a/src/configs/julia.rs
+++ b/src/configs/julia.rs
@@ -13,7 +13,7 @@ pub struct JuliaConfig<'a> {
impl<'a> RootModuleConfig<'a> for JuliaConfig<'a> {
fn new() -> Self {
JuliaConfig {
- format: "via [$symbol$version]($style) ",
+ format: "via [$symbol($version )]($style)",
symbol: "ஃ ",
style: "bold purple",
disabled: false,