Skip to content

Commit

Permalink
[java] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Mar 18, 2024
1 parent 3ff5a07 commit 9c5fb53
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -17,12 +17,11 @@

package org.openqa.selenium.bidi.network;

import org.openqa.selenium.remote.http.HttpMethod;

import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import org.openqa.selenium.remote.http.HttpMethod;

public class ContinueRequestParameters {
private final Map<String, Object> map = new HashMap<>();
Expand Down

0 comments on commit 9c5fb53

Please sign in to comment.