Skip to content

Commit

Permalink
Insert newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Jun 12, 2024
1 parent 82b257d commit ae45723
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
"*policy*.yml"
],
},
}
"files.insertFinalNewline": true,
}
2 changes: 1 addition & 1 deletion cmd/pola/docs/schemas/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"srPolicy"
],
"additionalProperties": false
}
}
2 changes: 1 addition & 1 deletion cmd/pola/docs/schemas/segment.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"sid"
],
"additionalProperties": false
}
}
2 changes: 1 addition & 1 deletion docs/schemas/polad_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@
"global"
],
"additionalProperties": false
}
}
2 changes: 1 addition & 1 deletion docs/sources/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ $ sudo polad -f polad.yaml
2022-06-05T22:57:59.823Z info PCEP listen {"listenInfo": "192.0.2.254:4189"}
```

After Polad is running, use [pola cmd](../../cmd/pola/README.md) or the [gRCP client](../../api/grpc/) for daemon operations
After Polad is running, use [pola cmd](../../cmd/pola/README.md) or the [gRCP client](../../api/grpc/) for daemon operations

0 comments on commit ae45723

Please sign in to comment.