Skip to content

Commit

Permalink
Fix spacing in Types.mustache
Browse files Browse the repository at this point in the history
Signed-off-by: Danilo Del Busso <[email protected]>
  • Loading branch information
danilo-delbusso committed Sep 12, 2024
1 parent b1f6341 commit 9466a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml/sdk-gen/java/templates/Types.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public class Types
super(String.valueOf(responseError));
}
}

/**
* Checks the provided server response was successful. If the call
* failed, throws a XenAPIException. If the server
Expand Down Expand Up @@ -149,7 +150,6 @@ public class Types
/* This can never be reached */
return "UNRECOGNIZED";
}

}

{{/enums}}
Expand All @@ -172,8 +172,8 @@ public class Types
{{/err_params}}
}
}
{{/errors}}

{{/errors}}
public static class BadAsyncResult extends XenAPIException {
public final String result;
Expand Down

0 comments on commit 9466a7e

Please sign in to comment.