From e57ecffce73c0814672e9be672e52823172b25f1 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 15 Apr 2025 08:45:35 -0700 Subject: [PATCH] Remove extra spacing --- .../moderne-platform/getting-started/proof-of-value.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md b/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md index 134fbeb8..809f6de2 100644 --- a/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md +++ b/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md @@ -93,9 +93,6 @@ Major migrations are complex transformations consisting of multiple individual r | UpgradeSpringBoot_2_7 | `mod run . --recipe UpgradeSpringBoot_2_7` | | SpringBoot3BestPractices | `mod run . --recipe SpringBoot3BestPractices` | - - - ### Impact analysis Another substantial use case worth testing is impact analysis. When adding new functionality or fixing a bug, it's often times good to think about what the consequences would be. While you _could_ make a change and see who yells at you, it's generally better if you take the time to do your due diligence and figure out what's going to happen.