diff options
author | jack9603301 <jack9603301@163.com> | 2021-01-23 17:19:53 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2021-01-23 21:45:32 +0800 |
commit | c7a967b2d9c83fe4825d1ca672a9aa15615c5a99 (patch) | |
tree | 20e86a840611f37757e2b2cb9aa6f9e35b73ac76 /src | |
parent | 9d2ce9c1d0078a16c698c7c5ce503044c780b04d (diff) | |
download | vyos-1x-c7a967b2d9c83fe4825d1ca672a9aa15615c5a99.tar.gz vyos-1x-c7a967b2d9c83fe4825d1ca672a9aa15615c5a99.zip |
nptv6: T2518: Remove trailing spaces
Diffstat (limited to 'src')
-rwxr-xr-x | src/migration-scripts/nat66/0-to-1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/migration-scripts/nat66/0-to-1 b/src/migration-scripts/nat66/0-to-1 index 67024cf77..602c5f5c1 100755 --- a/src/migration-scripts/nat66/0-to-1 +++ b/src/migration-scripts/nat66/0-to-1 @@ -70,4 +70,3 @@ try: except OSError as e: print("Failed to save the modified config: {}".format(e)) exit(1) - |