Skip to content

Commit 470d551

Browse files
authored
Formatting
1 parent de328c6 commit 470d551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎sp_ineachdb.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ OPTION (MAXRECURSION 0);
241241
BEGIN
242242
DELETE dbs FROM #ineachdb AS dbs
243243
WHERE EXISTS
244-
(
244+
(
245245
SELECT 1
246246
FROM sys.databases AS d
247247
WHERE d.database_id = dbs.id

0 commit comments

Comments
 (0)