Skip to content

Commit

Permalink
fix: remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
turnah committed Dec 10, 2024
1 parent 79e778c commit ce96ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function copyYAMLCommentsItems(items: any, srcItems: any) {
for (let i = 0; i < items.length; i++) {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const item: any = items[i];

// Try to find matching source item by content
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const srcIndex = srcItems.findIndex((srcItem: any) =>
Expand Down

0 comments on commit ce96ce0

Please sign in to comment.