Skip to content

Commit 50d9945

Browse files
committed
Autoformat
1 parent 476997a commit 50d9945

File tree

1 file changed

+4
-4
lines changed
  • java/ql/src/experimental/semmle/code/java/frameworks

1 file changed

+4
-4
lines changed

java/ql/src/experimental/semmle/code/java/frameworks/Thymeleaf.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
import java
44

5-
/**
6-
* A class implementing the `ITemplateEngine` interface of the Thymeleaf
7-
* Templating Engine such as the `TemplateEngine` class.
8-
* */
5+
/**
6+
* A class implementing the `ITemplateEngine` interface of the Thymeleaf
7+
* Templating Engine such as the `TemplateEngine` class.
8+
*/
99
class TypeThymeleafTemplateEngine extends Class {
1010
TypeThymeleafTemplateEngine() {
1111
this.hasQualifiedName("org.thymeleaf", "TemplateEngine")

0 commit comments

Comments
 (0)