Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f2c94c6

Browse files
style($http): add missing semi-colon
1 parent 2420a0a commit f2c94c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function $HttpParamSerializerJQLikeProvider() {
8282
parts.push(encodeUriQuery(prefix) + '=' + encodeUriQuery(serializeValue(toSerialize)));
8383
}
8484
}
85-
}
85+
};
8686
};
8787
}
8888

0 commit comments

Comments
 (0)