Skip to content

Commit 1b065ea

Browse files
Uwe Jankeclaude
andcommitted
fix: add UTF-8 BOM to 3 files (pre-push hook requirement)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bad9698 commit 1b065ea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Public/Compare-sqmServerConfiguration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Compares important configuration settings between two SQL Server instances.
44

Public/Get-sqmSQLInstanceCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Checks a SQL Server instance against best practices.
44

Public/Invoke-sqmCollationChange.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Automatically changes the server collation of a SQL Server instance.
44

0 commit comments

Comments
 (0)