This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git

commit 67e5242e94784a4d46b7b288780e389aeaf18314
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 17 08:31:29 2025 -0400

    Format nits
---
 .../src/main/java/org/apache/commons/rdf/api/RDFSyntax.java         | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java 
b/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java
index dc89c743..69adf952 100644
--- a/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java
+++ b/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java
@@ -44,24 +44,28 @@ public interface RDFSyntax {
      * @see <a href= 
"https://www.w3.org/TR/json-ld/";>https://www.w3.org/TR/json-ld/</a>
      */
     RDFSyntax JSONLD = W3CRDFSyntax.JSONLD;
+
     /**
      * RDF 1.1 Turtle
      *
      * @see <a href= 
"https://www.w3.org/TR/turtle/";>https://www.w3.org/TR/turtle/</a>
      */
     RDFSyntax TURTLE = W3CRDFSyntax.TURTLE;
+
     /**
      * RDF 1.1 N-Quads
      *
      * @see <a href= 
"https://www.w3.org/TR/n-quads/";>https://www.w3.org/TR/n-quads/</a>
      */
     RDFSyntax NQUADS = W3CRDFSyntax.NQUADS;
+
     /**
      * RDF 1.1 N-Triples
      *
      * @see <a href= 
"https://www.w3.org/TR/n-triples/";>https://www.w3.org/TR/n-triples/</a>
      */
     RDFSyntax NTRIPLES = W3CRDFSyntax.NTRIPLES;
+
     /**
      * HTML+RDFa 1.1 and XHTML+RDFa 1.1
      *
@@ -69,12 +73,14 @@ public interface RDFSyntax {
      * @see <a href= 
"https://www.w3.org/TR/xhtml-rdfa/";>https://www.w3.org/TR/xhtml-rdfa/</a>
      */
     RDFSyntax RDFA = W3CRDFSyntax.RDFA;
+
     /**
      * RDF 1.1 XML Syntax
      *
      * @see <a href= 
"https://www.w3.org/TR/rdf-syntax-grammar/";>https://www.w3.org/TR/rdf-syntax-grammar/</a>
      */
     RDFSyntax RDFXML = W3CRDFSyntax.RDFXML;
+
     /**
      * RDF 1.1 TriG
      *

Reply via email to