Skip to content

Commit

Permalink
fix: IDE0055 formatting error on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Feb 6, 2024
1 parent 51ffa37 commit 4d69ce4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ internal interface IFileOpenPickerExtension

// called just before Pick* methods to allow the customization of the native picker to match,
// as much as possible, the user selected properties of the WinUI picker
void Customize(FileOpenPicker picker) {}
void Customize(FileOpenPicker picker)
{
}
}
}

0 comments on commit 4d69ce4

Please sign in to comment.