Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Format with clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Mar 8, 2024
1 parent 29840f8 commit 4c3fcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ActiveDirectoryQuerier/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ public partial class MainWindow
public MainWindow()
{
InitializeComponent();
DataContext = new MainWindowViewModel();
}
}
2 changes: 1 addition & 1 deletion ActiveDirectoryQuerier/PowerShell/CustomQueries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void LoadData()
{
command.Parameters.Add(q.CommandParameters[i], q.CommandParametersValues[i]);
// the values are working then we will use this
//command.Parameters.Add(q.CommandParameters[i]);
// command.Parameters.Add(q.CommandParameters[i]);
}
}

Expand Down

0 comments on commit 4c3fcd6

Please sign in to comment.