Commit 56ac75b2 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Fix a wide line

parent 532f70a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3182,8 +3182,8 @@ options_validate(or_options_t *old_options, or_options_t *options,
        (options->AlternateDirAuthority &&
         options->AlternateBridgeAuthority))) {
    REJECT("TestingTorNetwork may only be configured in combination with "
           "a non-default set of DirAuthority or both of AlternateDirAuthority "
           "and AlternateBridgeAuthority configured.");
           "a non-default set of DirAuthority or both of "
           "AlternateDirAuthority and AlternateBridgeAuthority configured.");
  }

  if (options->AllowSingleHopExits && !options->DirAuthorities) {