| Index: mojo/dart/packages/mojo/lib/src/buffer.dart
|
| diff --git a/mojo/dart/packages/mojo/lib/src/buffer.dart b/mojo/dart/packages/mojo/lib/src/buffer.dart
|
| index df55eab5f742f77329ba920dc65f9150e90ed946..b3de67dbb34057e916703d4648d232ad5f080eef 100644
|
| --- a/mojo/dart/packages/mojo/lib/src/buffer.dart
|
| +++ b/mojo/dart/packages/mojo/lib/src/buffer.dart
|
| @@ -60,8 +60,7 @@ class MojoSharedBuffer {
|
| return null;
|
| }
|
|
|
| - List result =
|
| - MojoSharedBufferNatives.GetInformation(handle.h);
|
| + List result = MojoSharedBufferNatives.GetInformation(handle.h);
|
|
|
| if (result[0] != MojoResult.kOk) {
|
| _status = result[0];
|
|
|