diff --git a/Predictor/PSFavoritePredictor.cs b/Predictor/PSFavoritePredictor.cs
index e26d8b3..9200265 100644
--- a/Predictor/PSFavoritePredictor.cs
+++ b/Predictor/PSFavoritePredictor.cs
@@ -78,7 +78,7 @@ public SuggestionPackage GetSuggestion(PredictionClient client, PredictionContex
/// The input string
/// The line from the favorite's file
/// The score indicating how well the input matches the favorite's line
- private int DetermineScore(string input, string line)
+ private static int DetermineScore(string input, string line)
{
int score = 0;