From 527ffbaede6a7b487805beb6b5791bd6f8ed99e2 Mon Sep 17 00:00:00 2001 From: Moritz Vetter Date: Wed, 20 Jan 2021 18:46:26 +0100 Subject: 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 Co-authored-by: Moritz Vetter Co-authored-by: Thomas O'Donnell --- src/configs/dotnet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configs/dotnet.rs') diff --git a/src/configs/dotnet.rs b/src/configs/dotnet.rs index df5018702..b7cfe5c0d 100644 --- a/src/configs/dotnet.rs +++ b/src/configs/dotnet.rs @@ -14,7 +14,7 @@ pub struct DotnetConfig<'a> { impl<'a> RootModuleConfig<'a> for DotnetConfig<'a> { fn new() -> Self { DotnetConfig { - format: "[$symbol$version( 🎯 $tfm)]($style) ", + format: "[$symbol($version )(🎯 $tfm )]($style)", symbol: "•NET ", style: "blue bold", heuristic: true, -- cgit v1.2.3