Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 562769083
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Sep 5, 2023
1 parent 8f1c050 commit f42ad1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conformance/conformance_dart.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import 'dart:io';

import 'package:pb_runtime/ffi/bytes.dart';
import 'package:third_party.protobuf.conformance/conformance.upb.dart';
import 'package:pb_runtime/pb_runtime.dart' as pb;
import 'package:third_party.protobuf/test_messages_proto2.upb.dart';
import 'package:third_party.protobuf/test_messages_proto3.upb.dart';

import 'dart:io';
import 'package:pb_runtime/pb_runtime.dart' as pb;
import 'package:third_party.protobuf.conformance/conformance.upb.dart';

List<int>? readFromStdin(int numBytes) {
final bytesOut = <int>[];
Expand Down

0 comments on commit f42ad1e

Please sign in to comment.