From 12914b1da194e1a4229772ef724df5296cf0eb16 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Thu, 26 Sep 2024 07:05:52 +0000 Subject: [PATCH] Lint --- src/content/guides/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/packages.md b/src/content/guides/packages.md index 5d90df56c..9d5cdb144 100644 --- a/src/content/guides/packages.md +++ b/src/content/guides/packages.md @@ -205,7 +205,7 @@ use `dart pub get --enforce-lockfile` - that will fail with a non-zero exit code if the current lockfile cannot be exactly fulfilled, and does not match your current constraints or if there is a hash mismatch. -``` +```console $ dart pub get --enforce-lockfile Resolving dependencies... Downloading packages...