remove trailing whitespace
This commit is contained in:
		@@ -946,7 +946,7 @@ class MenuReportOptions(MenuOptions, ReportOptions):
 | 
			
		||||
    def get_subject(self):
 | 
			
		||||
        """
 | 
			
		||||
        Return a string that describes the subject of the report.
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        This method MUST be overridden by subclasses.
 | 
			
		||||
        """
 | 
			
		||||
        LOG.warning("get_subject not implemented for %s" % self.name)
 | 
			
		||||
 
 | 
			
		||||
@@ -405,7 +405,7 @@ class BirthdayOptions(MenuReportOptions):
 | 
			
		||||
        self.__pid = None
 | 
			
		||||
        self.__filter = None
 | 
			
		||||
        MenuReportOptions.__init__(self, name, dbase)
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
    def get_subject(self):
 | 
			
		||||
        """ Return a string that describes the subject of the report. """
 | 
			
		||||
        return self.__filter.get_filter().get_name()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user