Skip to content

Commit fc1ebb2

Browse files
committed
chore: format
1 parent fe5ee04 commit fc1ebb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/ErrorTypeUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ public enum ErrorType {
111111
* </ol>
112112
*
113113
* @param error the Throwable from which to extract the error type string.
114-
* @return a low-cardinality string representing the specific error type, or {@code ErrorType.INTERNAL.toString()} if the
115-
* provided error is {@code null}.
114+
* @return a low-cardinality string representing the specific error type, or {@code
115+
* ErrorType.INTERNAL.toString()} if the provided error is {@code null}.
116116
*/
117117
public static String extractErrorType(@Nullable Throwable error) {
118118
if (error == null) {

0 commit comments

Comments
 (0)