Apply suggestions from code review

Autoformat
This commit is contained in:
Anders Schack-Mulligen
2022-04-25 13:07:39 +02:00
committed by Chris Smowton
parent c8b922937b
commit 1945f185ed

View File

@@ -154,9 +154,7 @@ class SpringRequestMappingMethod extends SpringControllerMethod {
}
/** Gets the "value" @RequestMapping annotation value, if present. */
string getValue() {
result = requestMappingAnnotation.getStringValue("value")
}
string getValue() { result = requestMappingAnnotation.getStringValue("value") }
/** Holds if this is considered an `@ResponseBody` method. */
predicate isResponseBody() {