Skip to content

Commit

Permalink
partial
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Feb 9, 2025
1 parent 9735110 commit 9b159fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Files.App/Actions/Open/OpenInIDEAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Files.App.Actions
{
internal sealed class OpenInIDEAction : ObservableObject, IAction
internal sealed partial class OpenInIDEAction : ObservableObject, IAction
{
private readonly IDevToolsSettingsService _devToolsSettingsService;

Expand Down
2 changes: 1 addition & 1 deletion src/Files.App/Actions/Open/OpenRepoInIDEAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Files.App.Actions
{
internal sealed class OpenRepoInIDEAction : ObservableObject, IAction
internal sealed partial class OpenRepoInIDEAction : ObservableObject, IAction
{
private readonly IDevToolsSettingsService _devToolsSettingsService;

Expand Down

0 comments on commit 9b159fb

Please sign in to comment.