ydb-platform / nbs

Network Block & File Store
Apache License 2.0
58 stars 22 forks source link

[Disk Manager] fix go code style #2540

Open gy2411 opened 1 week ago

gy2411 commented 1 week ago

Fix codestyle issues in folders disk-manager and tasks. Reference to our go codestyle: https://github.com/ydb-platform/nbs/blob/main/doc/disk_manager/codestyle.md

gy2411 commented 1 week ago

Add blank line in constructions like this:

... {
    ...
}
<should be blank line>
return

For example, need to add several blank lines in this file https://github.com/ydb-platform/nbs/blob/main/cloud/tasks/storage/compound_storage.go#L126