paul8263 commented on a change in pull request #17297:
URL: https://github.com/apache/flink/pull/17297#discussion_r809721706



##########
File path: docs/content/docs/dev/datastream/user_defined_functions.md
##########
@@ -129,8 +133,8 @@ you can write
 
 ```scala
 class MyMapFunction extends RichMapFunction[String, Int] {
-  def map(in: String):Int = { in.toInt }
-};
+  def map(in: String): Int = in.toInt

Review comment:
       Hi @zentol ,
   Thank you for your reviewing this issue. I have made it consistent by adding 
one space after `:` .




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to