Skip to content

Commit

Permalink
chore: format http code
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwang committed Oct 12, 2023
1 parent 02e1e7f commit 03ece88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retrofit/lib/http.dart
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ class CacheControl {
/// ```
/// Here, if `foo` is `null`, the generated code will not convert it to `absent`.
/// It'll send `null` as the value of `foo`.
///
///
/// It is useful when you want to send `null` as the value to the server.
/// Such as, when you want to delete a field's value from the database.
@immutable
class PreventNullToAbsent {
const PreventNullToAbsent();
}
}

0 comments on commit 03ece88

Please sign in to comment.