Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed May 7, 2024
1 parent 5d80b9b commit ef84a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/slice2cs/Gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3715,7 +3715,7 @@ Slice::Gen::HelperVisitor::visitInterfaceDefStart(const InterfaceDefPtr& p)
<< " communicator, string proxyString) =>";
_out.inc();
_out << nl << "uncheckedCast(" << getUnqualified("Ice.ObjectPrxHelper", ns)
<< ".createProxy(communicator, proxyString));";
<< ".createProxy(communicator, proxyString));";
_out.dec();

_out << sp << nl << "public static " << name << "Prx checkedCast(" << getUnqualified("Ice.ObjectPrx", ns)
Expand Down

0 comments on commit ef84a7c

Please sign in to comment.