Skip to content

Commit

Permalink
[frontend] indentation (#6482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Mar 28, 2024
1 parent 4386285 commit 2529520
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const groupingKnowledgeGraphCheckObjectQuery = graphql`
... on StixCoreObject {
is_inferred
parent_types
reports {
groupings {
edges {
node {
id
Expand All @@ -117,7 +117,7 @@ const groupingKnowledgeGraphCheckObjectQuery = graphql`
... on StixCoreRelationship {
is_inferred
parent_types
reports {
groupings {
edges {
node {
id
Expand All @@ -128,7 +128,7 @@ const groupingKnowledgeGraphCheckObjectQuery = graphql`
... on StixRefRelationship {
is_inferred
parent_types
reports {
groupings {
edges {
node {
id
Expand All @@ -139,7 +139,7 @@ const groupingKnowledgeGraphCheckObjectQuery = graphql`
... on StixSightingRelationship {
is_inferred
parent_types
reports {
groupings {
edges {
node {
id
Expand Down

0 comments on commit 2529520

Please sign in to comment.