MDL-28364 whitespace fixes
This commit is contained in:
+2
-2
@@ -102,7 +102,7 @@ class qformat_default {
|
||||
public function export_file_extension() {
|
||||
return '.txt';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Check if the given file is capable of being imported by this plugin.
|
||||
*
|
||||
@@ -110,7 +110,7 @@ class qformat_default {
|
||||
* not be performed by this method. Simple file type or magic-number tests
|
||||
* would be suitable.
|
||||
*
|
||||
* @param stored_file $file the file to check
|
||||
* @param stored_file $file the file to check
|
||||
* @return bool whether this plugin can import the file
|
||||
*/
|
||||
public function can_import_file($file) {
|
||||
|
||||
@@ -39,7 +39,7 @@ class qformat_blackboard_six extends qformat_default {
|
||||
function provide_import() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
public function can_import_file($file) {
|
||||
$mimetypes = array(
|
||||
mimeinfo('type', '.dat'),
|
||||
|
||||
Reference in New Issue
Block a user