Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LHeggy committed Mar 12, 2024
1 parent 6370221 commit 800c93f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/backstage/importer.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

// Load pipelines.
pipelines: [
import 'api-type.jsonnet',
import 'component-type.jsonnet',
import 'lifecycle.jsonnet',
import 'entries.jsonnet',
import 'pipelines/api-type.jsonnet',
import 'pipelines/component-type.jsonnet',
import 'pipelines/entries.jsonnet',
import 'pipelines/lifecycle.jsonnet',
],
}
}

0 comments on commit 800c93f

Please sign in to comment.