Changeset - a8c9c0094ddf
[Not reviewed]
beta
0 7 0
Marcin Kuzminski - 14 years ago 2012-03-21 18:19:22
marcin@python-works.com
White space cleanup
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/comment.py
Show inline comments
 
@@ -63,6 +63,7 @@ class ChangesetCommentsModel(BaseModel):
 
        :param f_path:
 
        :param line_no:
 
        """
 

	
 
        if text:
 
            repo = Repository.get(repo_id)
 
            cs = repo.scm_instance.get_changeset(revision)
 
@@ -78,7 +79,6 @@ class ChangesetCommentsModel(BaseModel):
 

	
 
            self.sa.add(comment)
 
            self.sa.flush()
 

	
 
            # make notification
 
            line = ''
 
            if line_no:
0 comments (0 inline, 0 general)