Skip to content

Commit

Permalink
Refactor indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAkash01 committed Dec 17, 2024
1 parent 0e7f3a0 commit a74e4eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/proposals/introducing_relaxed_data_binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ The approach involves adding a new field, `laxDataBinding`, to the `CommonClient
public type CommonClientConfiguration record {|
boolean laxDataBinding = false;
// Other fields
boolean laxDataBinding = false;
// Other fields
|};
```

Expand All @@ -91,7 +89,5 @@ We can configure the relaxed data binding in the service level by improving the
public type HttpServiceConfig record {|
boolean laxDataBinding = false;
// Other fields
boolean laxDataBinding = false;
// Other fields
|};
```

0 comments on commit a74e4eb

Please sign in to comment.