Skip to content

Commit

Permalink
removed some extra spaces that my linter complained about
Browse files Browse the repository at this point in the history
  • Loading branch information
caesuric authored Dec 23, 2023
1 parent 86f48d8 commit b119931
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MountainGoap/Internals/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ internal static bool IsHigherThanOrEquals(object a, object b) {
return false;
}


/// <summary>
/// Indicates whether or not a goal is met by an action node.
/// </summary>
Expand Down Expand Up @@ -117,6 +116,5 @@ internal static bool MeetsGoal(BaseGoal goal, ActionNode actionNode, ActionNode
}
return true;
}

}
}
}

0 comments on commit b119931

Please sign in to comment.