Skip to content

Commit e981e2a

Browse files
authored
Merge pull request #600 from saad-ali/fixNewLine-2025-10
Fix nit: 2 sentences should be 2 lines
2 parents 066072a + 66572bb commit e981e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,8 @@ A Controller Plugin MUST implement this `GetSnapshot` RPC call if it has `GET_SN
21622162
An SP that supports Group Controller Service and the CREATE_DELETE_GET_VOLUME_GROUP_SNAPSHOT capability SHOULD implement the `GetSnapshot` RPC in order to retrieve information for individual snapshots that are part of a group snapshot.
21632163

21642164
`GetSnapshotResponse` should contain current information of a snapshot if it exists.
2165-
If the snapshot does not exist any more, `GetSnapshot` should return gRPC error code `NOT_FOUND`. Snapshots which were recently created and not yet ready to use must be retrievable with this RPC.
2165+
If the snapshot does not exist any more, `GetSnapshot` should return gRPC error code `NOT_FOUND`.
2166+
Snapshots which were recently created and not yet ready to use must be retrievable with this RPC.
21662167

21672168
```protobuf
21682169
message GetSnapshotRequest {

0 commit comments

Comments
 (0)