Skip to content

Commit b880208

Browse files
committed
Code cleanup
1 parent 9337063 commit b880208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TestFlightAPI/TestFlightAPI/TestFlightAPI.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,8 @@ public static bool EvaluateQuery(string query, Part part)
344344
return true;
345345
}
346346

347-
return false;
348347
Profiler.EndSample();
349-
;
348+
return false;
350349
}
351350

352351
public static bool EvaluateElement(string element, Part part)

0 commit comments

Comments
 (0)