summaryrefslogtreecommitdiffstats
path: root/src/configs/dotnet.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/dotnet.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/dotnet.rs')
-rw-r--r--src/configs/dotnet.rs2
1 files changed, 1 insertions, 1 deletions
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,