From 24198ace31e4cc0df01a25b0fb3b3c609f52e27b Mon Sep 17 00:00:00 2001 From: "Shaun Lawrie (via GitHub Actions)" Date: Fri, 15 Mar 2024 00:21:33 +1300 Subject: [PATCH] Remove test phrase --- PwshSpectreConsole/public/formatting/Format-SpectreTable.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/PwshSpectreConsole/public/formatting/Format-SpectreTable.ps1 b/PwshSpectreConsole/public/formatting/Format-SpectreTable.ps1 index 1aa61674..ea86f84f 100644 --- a/PwshSpectreConsole/public/formatting/Format-SpectreTable.ps1 +++ b/PwshSpectreConsole/public/formatting/Format-SpectreTable.ps1 @@ -9,7 +9,6 @@ function Format-SpectreTable { .DESCRIPTION This function takes an array of objects and formats them into a table using the Spectre Console library. The table can be customized with a border style and color. - It's cool. .PARAMETER Property Specifies the object properties that appear in the display and the order in which they appear.